-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(stats): track gh calls #859
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Non-nit, feel quite strongly abt this]: can we please not commit to agency websites in production for testing? Lets use a test repo for this ya
[nit] To facilitate this ^ I suggest moving GITHUB_EXPERIMENTAL_TRAIL_SITE
into the constants.ts
file and make it into an array and then we can map this over.
Since you have already tested this I am ok with the code as is, but this should not be the test case during our production
@kishore03109 to be clear, we are releasing the github changes only to we could potentially extend this to every site and just remove the |
@seaerchin could we skip this test for release? Mentioning this because have had agencies raise concern about us commenting on their repos before |
ya, tested alr - feel free to skip for release. as mentioned in the PR description, i don't really mind either putting env var or table but didn't due to the reasons stated. |
@seaerchin sure, can j make a note in the pr desc that no need to test for release and merge alr bah |
stale - changed API on axios instance
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sanity check here, have we tested this with a test site with the new changes?
@seaerchin we plan to roll out to more sites upon evaluating the success of the MVP |
yes, see the dashboard here. also note that this was done from anotehr site ( |
Problem
Adds metric tracking for
pa-corp
.Solution
statsD
call for new endpointconst
in code - not very tied to this, we could do either env var or db table instead of this but my understanding is that the trial site is unlikely to change + we are implementing ld soon, which makes the extra effort not worth.see the data here
Tests
pa-corp